home *** CD-ROM | disk | FTP | other *** search
Text File | 1990-01-07 | 1.4 KB | 49 lines | [TEXT/MPS ] |
- #
- #
- # Sample Source Code by Jack A. Littleton
- #
- # Example List Manager Application--TextList
- # -------------------------------------------
- #
- # PTextList.make -- Makefile for CTextList
- # This file and all files in this package are copyright © 1989 by
- # Jack A. Littleton, All rights reserved.
- # Version 1.0 - January 1, 1989
- #
- # This package includes:
- # TextList.r -- Rez source code for all files
- # TextList.c -- C source code
- # TextList.p -- Pascal source code
- # PTextList.r -- Pascal-specific Rez source code
- # CTextList.r -- C-specific Rez source code
- # PTextList.make -- Makefile for PTextList
- # CTextList.make -- This file
- #
- # SampleList.txt -- Documentation for this package
- #
- #
- # File: CListMgr.make
- # Target: CListMgr
- # Sources: ListMgr.c ListMgr.r
- # Created: Monday, December 4, 1989 23:16:47
-
- SourceFile = TextList
- Lang = C
- BinFile = {Lang}{SourceFile}
- ObjFiles = {SourceFile}.{Lang}.o ∂
- "{CLibraries}"CRuntime.o ∂
- "{CLibraries}"StdCLib.o ∂
- "{CLibraries}"CSANELib.o ∂
- "{CLibraries}"CInterface.o ∂
- "{Libraries}"Interface.o
-
- {BinFile} ƒƒ {ObjFiles} {BinFile}.make
- Link -o {Targ} -w -t 'APPL' -c 'CASh' {ObjFiles} && ∂
- SetFile {Targ} -a B && ∂
- Save {TargDir}{SourceFile}.{Lang}
-
- {BinFile} ƒƒ {SourceFile}.r {BinFile}.make
- Rez {SourceFile}.r -append -o {Targ}
-
- {BinFile} ƒƒ {Lang}{SourceFile}.r {BinFile}.make
- Rez {Lang}{SourceFile}.r -append -o {Targ}